syscall.Sockaddr.sockaddr (method)
5 uses
	syscall (current package)
		syscall_unix.go#L266: 	sockaddr() (ptr unsafe.Pointer, len _Socklen, err error) // lowercase; only we can define Sockaddrs
		syscall_unix.go#L288: 	ptr, n, err := sa.sockaddr()
		syscall_unix.go#L296: 	ptr, n, err := sa.sockaddr()
		syscall_unix.go#L404: 		ptr, salen, err = to.sockaddr()
		syscall_unix.go#L450: 		ptr, salen, err = to.sockaddr()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |